Move Xen CPU hotplug code into new file cpu_hotplug.c.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 23 May 2006 11:05:08 +0000 (12:05 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 23 May 2006 11:05:08 +0000 (12:05 +0100)
commitc9d2f9fc59691c04151eeec2da1e0dd9fe9444c8
treee689d85bb9508c0e6f88d8576777ed2383dc4c6a
parent9d51c4357f309f934be95effdc47a15ec44663f9
Move Xen CPU hotplug code into new file cpu_hotplug.c.
Cleaner and allows use by architectures which aren't currently
using Xen's smpboot.c.

Based on an original patch by Tristan Gingold.

Signed-off-by: Keir Fraser <keir@xensource.com>
linux-2.6-xen-sparse/drivers/xen/core/Makefile
linux-2.6-xen-sparse/drivers/xen/core/cpu_hotplug.c [new file with mode: 0644]
linux-2.6-xen-sparse/drivers/xen/core/reboot.c
linux-2.6-xen-sparse/drivers/xen/core/smpboot.c
linux-2.6-xen-sparse/include/xen/cpu_hotplug.h [new file with mode: 0644]